#!/bin/bash
#
echo "Start preflight script"

AppName="4Media 2D to 3D Video Converter"  
rm -Rf "$2/${AppName}.app"

echo "End postflight script"
